home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TC / (A)TCA.ADF / Scan / scan.todo < prev    next >
Text File  |  1992-07-29  |  1KB  |  34 lines

  1. Things to do for future releases:
  2.  
  3. 1) make a "analyze" program that scans a bunch of articles and keeps statistics
  4.    about frequency of two char keywords and write those out to a file that
  5.    can be inserted in the source of "scan". Only keep statistics on alpha
  6.    numeric/line feed two char keywords.
  7.  
  8. 2) If two char keyword of match is immediately following SOCB and front part
  9.    of the word that the keyword is in is in the previous buffer, the
  10.    part of the word in the prev buffer will not be color highlighted during
  11.    a "-l" option. fywrite needs to comprehend this case.
  12.  
  13. 3) Put in a case sensitive option.
  14.  
  15. 4) add options to only print filename of file with match and optionally
  16.    the number of matching lines.
  17.  
  18. 5) article separator of n=== doesnt work because best even two char subpat
  19.    is == which is found 1st. == is the only subpat possible for the odd subpat
  20.    so the 2 are the same and the program terminates. It should instead back
  21.    up and select the next best even subpat and then try the odds again. This
  22.    should loop until all possibilities are tested.
  23.  
  24. 6) Rewrite clearing of (64K)subpat table in assembly
  25.  
  26. 7) Right now window size for -z option is forced to 16384. There is a bug
  27.    in lh5 code that causes a crash if 32768 is specified for WinSiz.
  28.  
  29. 8) Support searching for two char patterns where both chars are identical.
  30.  
  31. 9) Support an intuition interface.
  32.  
  33. 10) Speedup handling of .LHA files by switching to async reads
  34.